home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / HENTAIRELLA 3.swf / scripts / frame_2 / DoAction.as
Text File  |  2007-01-08  |  329b  |  14 lines

  1. var total = _root.getBytesTotal();
  2. var loaded = _root.getBytesLoaded();
  3. var perc = loaded / total * 100;
  4. percent = Math.round(perc) + "%";
  5. setProperty("progress", _xscale, perc);
  6. if(loaded == total)
  7. {
  8.    percent = "complete";
  9.    gotoAndStop("Done");
  10.    play();
  11. }
  12. _root.spinnermov._rotation = amount;
  13. amount += perc;
  14.